JMTextToJavaString
Returns the text object as a Java string.
jref JMTextToJavaString (const JMTextRef textRef);
textRef
- The text object to convert.
- function result
- A reference to a Java string
DISCUSSION
This reference is the only reference to the string; if you do not use it, the session will garbage-collect it.SEE ALSO
TheJMTextToMacOSCStringHandle
function.